home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01542_Script_1542
< prev
next >
Wrap
Text File
|
1995-05-21
|
689b
|
36 lines
on mouseDown
global whichShot, shotTemp
if whichShot > 2 then
exit
else
put the movieTime of sprite 48 into shotTemp
puppetsound "camclick.aif"
--put "SnapBtn" into f
--put "SnapBtnHL" into fHL
--hiliter 7, f, fHL
end if
end
on mouseUp
global gTheDay, snap1, snap2, whichShot, shotTemp
if whichShot > 2 then
exit
else
if whichShot = 1 then
put shotTemp into snap1
set whichShot = 2
go frame "Ro1"
else
put shotTemp into snap2
set whichShot = 3
go frame "Ro2"
end if
end if
startTimer
repeat while the timer < 10
end repeat
puppetsound 0
end